Received: from mail.swip.net (mail.swip.net [192.71.220.11]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id XAA27542 for <blitz-list@helsinki.fi>; Fri, 26 Aug 1994 23:16:03 +0300
Received: by mail.swip.net (8.6.8/2.01)
id WAA00297; Fri, 26 Aug 1994 22:15:57 +0200
Received: by xs.multi.se (V1.17-beta/Amiga)
id <0s0o@xs.multi.se>; Fri, 26 Aug 94 22:03:08 MET
Received: by tfd.multi.se (V1.17-beta/Amiga)
id <0a81@tfd.multi.se>; Fri, 26 Aug 94 14:38:27 MET
Message-Id: <9408261338.0a81@tfd.multi.se>
Date: 26 Aug 94 10:27:33 CET
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Organization: The Fourth Dimension, Gr�bo, Sweden
X-Mailer: AmiGate 0.16a (7.3.94)
From: mats@tfd.multi.se (Mats Persson)
To: blitz-list@helsinki.fi
Subject: MODULE help wanted!
X-Status:
Status: O
Hi fellow Blitzers!
I am having a little trouble with understanding how to play modules. I am
working on a program that will read a script file with names of modules and
then play them one after another.
My problem is how to know when a module ends so I can start the next one.
How do I get my program to wait for the first module to end in a system
friendly way before going on to the next?
I have this little skeleton code that doesn't work as I want it to: